home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / TetrolLapse.swf / scripts / DefineButton2_21 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-08-05  |  209 b   |  13 lines

  1. on(release){
  2.    if(_root.DialogMode)
  3.    {
  4.       return undefined;
  5.    }
  6.    if(_root.SoundOn)
  7.    {
  8.       _root.SoundClickButton.start();
  9.    }
  10.    _root.ShowAreYouSureWindow(2);
  11.    _root.PauseOff();
  12. }
  13.